From 1dfdf9e28e83d6c6c8aa887b011275562b3d39bc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 22 May 1993 18:27:07 +0000 Subject: [PATCH] (modifier_names): Update to match *_modifier in termhooks. --- src/keyboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/keyboard.c b/src/keyboard.c index 42aff6bb76d..8ccc6513985 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2521,8 +2521,8 @@ apply_modifiers_uncached (modifiers, base, base_len) static char *modifier_names[] = { - "up", 0, 0, 0, 0, 0, 0, "down", - "drag", "click", 0, 0, 0, 0, 0, 0, + "up", "down", "drag", "click", 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "alt", "super", "hyper", "shift", "control", "meta" }; #define NUM_MOD_NAMES (sizeof (modifier_names) / sizeof (modifier_names[0])) -- 2.30.2